Extending MediaMonkey's Functionality
MediaMonkey's functionality can be extended through the use of Extensions
which are:
- scripts that add a variety of different functions, such as generating
reports, looking up Album Art, playing random whole albums, etc.
- skins that change the look of MediaMonkey
- translations of MediaMonkey to other languages
To install a script:
- Locate a script via the MediaMonkey web site and
then proceed to either:
- Double-click the downloaded .MMIP file to install the extension
- Save the script (e.g. Newscript.vbs) to MediaMonkey's /scripts/auto
folder (as described in the script's documentation)
- Save the script (e.g. Newscript.vbs) to MediaMonkey's /scripts
folder and then define the script in MediaMonkey's
"\Scripts\Scripts.ini" file as described in the script's
documentation
- Restart MediaMonkey and the new functionality will be accessible.
To install a skin or translation:
Double-click the downloaded .MMIP file to install the extension.
Related Information:
MediaMonkey Extensions Web
Site
MediaMonkey Scripts Development
Forum
MediaMonkey Developers
Page
See Windows Scripting for
more information about scripting in general (e.g. VBScript and JScript)